The ValidationParameter annotation is used as a parameter for CustomValidators.
@CustomValidator( type ="customValidatorName", fieldName = "myField", parameters = { @ValidationParameter( name = "paramName", value = "paramValue" ) } )